Configure a DHCP Relay Forwarding Path
Configure a forwarding path to specify the relay agent address and the DHCP server address to which to forward packets.
To use DHCP Relay for IPv6, you must configure at least one forwarding path and enable the relay on one interface.
Before you begin
For a VRF other than GlobalRouter, the interface must be first associated to that VRF.
About this task
The relay agent can use the IPv6 address of the interface or the VRRP global address linked to that interface. The relay forwards the DHCP messages only if VRRP is in the master state, otherwise the relay discards the messages.
You can configure only one relay agent on an interface. If you need to change the relay agent, you must delete all the forwarding paths with the old relay agent, and then configure the new relay agent.
For scaling information on DHCP Relay forwarding paths, see Fabric Engine Release Notes.
Procedure
Examples
Configure a forwarding path globally:
Switch:1(config)#ipv6 dhcp-relay fwd-path 1111::1111 1234::1234 enable
Configure a forwarding path on an interface:
Switch:1(config)#interface GigabitEthernet 1/1 Switch:1(config-if)#ipv6 dhcp-relay fwd-path 1234::1234 enable
Configure the VRRP master as the relay:
Switch:1(config-if)#ipv6 dhcp-relay fwd-path 1234::1234 vrid 12 enable
Variable Definitions
Use the data in the following table to use the ipv6 dhcp-relay fwd-path command.
Variable |
Value |
---|---|
<1-4059> |
Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1. |
enable |
Enables the forwarding path. The default is disabled. |
{slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]} |
Identifies the
slot and port in one of the following formats:
|
vrid WORD<1-255> |
Specifies the VRRP ID to use the VRRP master as the relay agent interface. |
WORD<0-255> |
Specifies the IPv6 address of the DHCP server for the interface configuration. |
WORD<0-255> WORD<0-255> |
Specifies the IPv6 address of the relay agent interface and the IPv6 address of the DHCP server for the global configuration. |